home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / libs / fastsincos2.lha / fastsincos.h < prev    next >
C/C++ Source or Header  |  1992-07-27  |  797b  |  33 lines

  1. #ifndef    FASTSINCOS_H
  2. #define    FASTSINCOS_H
  3. /***********************************************************
  4.  *
  5.  * Filename:        fastsincos.h
  6.  *
  7.  * Author:            Ricardo Temporal
  8.  *
  9.  * E-mail:            temporal@novell.nce.ufrj.br
  10.  *
  11.  * Date:                10 October 94
  12.  *
  13.  * Description:    class fastsincos, see fastsincos.doc
  14.  *
  15.  * Updates:    94/10/20    v1.0    -    The first !
  16.  *
  17.  * (c) Copyright 1994,1995 Ricardo Temporal.
  18.  *     All Rights Reserved
  19.  *
  20.  * Commercial use is prohibit unless strict written permition
  21.  * by the author.
  22.  *
  23.  ***********************************************************/
  24.  
  25. extern double    fastsin (double);
  26. extern double    fastcos (double);
  27.  
  28. #pragma libcall FastsincosBase __UserLibInit 1E 0
  29. #pragma libcall FastsincosBase fastsin 24 101
  30. #pragma libcall FastsincosBase fastcos 2A 101
  31.  
  32. #endif    /*        FASTSINCOS_H    */
  33.